Job Matcher is a Python project designed to help users find suitable job opportunities by scraping data from multiple
job websites such as LinkedIn, Indeed, Bayt, and Wuzzuf. The project performs data scraping, preprocessing, and
feature engineering, consolidating the information into a single CSV file. Users can input their CV, which is then
summarized using transformer models. The summarized data is used to calculate cosine similarity against job data,
helping users discover the most relevant job opportunities.